var runtime.mProfCycle
7 uses
runtime (current package)
mprof.go#L174: mProfCycle mProfCycleHolder
mprof.go#L373: mProfCycle.increment()
mprof.go#L384: cycle, alreadyFlushed := mProfCycle.setFlushed()
mprof.go#L426: cycle := mProfCycle.read() + 1
mprof.go#L448: index := (mProfCycle.read() + 2) % uint32(len(memRecord{}.future))
mprof.go#L470: index := (mProfCycle.read() + 1) % uint32(len(memRecord{}.future))
mprof.go#L1012: cycle := mProfCycle.read()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |